fmt.ss.convertFloat (method)
6 uses
fmt (current package)
scan.go#L774: func (s *ss) convertFloat(str string, n int) float64 {
scan.go#L817: real := s.convertFloat(sreal, n/2)
scan.go#L818: imag := s.convertFloat(simag, n/2)
scan.go#L1003: *v = float32(s.convertFloat(s.floatToken(), 32))
scan.go#L1009: *v = s.convertFloat(s.floatToken(), 64)
scan.go#L1047: v.SetFloat(s.convertFloat(s.floatToken(), v.Type().Bits()))
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |